mDocs Holder SDK
Toggle table of contents
3.0.0
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto
/
OfferedCredential
Offered
Credential
@
Serializable
data
class
OfferedCredential
(
val
doctype
:
String
,
val
claims
:
List
<
Claim
>
,
val
name
:
String
?
,
scope
:
String
)
Represents an offered credential available for retrieval.
Members
Constructors
Offered
Credential
Link copied to clipboard
constructor
(
doctype
:
String
,
claims
:
List
<
Claim
>
,
name
:
String
?
,
scope
:
String
)
Properties
claims
Link copied to clipboard
val
claims
:
List
<
Claim
>
doctype
Link copied to clipboard
val
doctype
:
String
name
Link copied to clipboard
val
name
:
String
?